type runtime.stwReason
9 uses
runtime (current package)
proc.go#L1445: type stwReason uint8
proc.go#L1451: stwUnknown stwReason = iota // "unknown"
proc.go#L1470: func (r stwReason) String() string {
proc.go#L1474: func (r stwReason) isGC() bool {
proc.go#L1504: reason stwReason
proc.go#L1532: func stopTheWorld(reason stwReason) worldStop {
proc.go#L1572: func stopTheWorldGC(reason stwReason) worldStop {
proc.go#L1628: func stopTheWorldWithSema(reason stwReason) worldStop {
traceruntime.go#L337: func (tl traceLocker) STWStart(reason stwReason) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |